home *** CD-ROM | disk | FTP | other *** search
- global checkForFullScreen, mtime
-
- on beginSprite me
- checkForFullScreen = 0
- end
-
- on mouseUp me
- if checkForFullScreen = 1 then
- checkForFullScreen = 0
- else
- checkForFullScreen = 1
- end if
- puppetSound(2, "Clicker")
- if not checkForFullScreen then
- sprite(1).rect = rect(184, 120, 616, 360)
- else
- sprite(1).rect = rect(61, 52, 738, 428)
- end if
- puppetTransition(9, 0.10000000000000001, 20, 0)
- updateStage()
- end
-
- on mouseWithin me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(-1)
- end
-